| 1. | However , some operations use live object instances 但是,有些操作会使用活动对象实例。 |
| 2. | In particular , long - lived objects will be copied back and forth on every collection 特别是,长寿的对象在每次收集时都要来回复制。 |
| 3. | This counter is an indicator of very long - lived objects being created per second 此计数器是每秒创建的非常长时间保留下来的对象的指示符。 |
| 4. | This counter is an indicator of relatively long - lived objects being created per second 此计数器是每秒创建的在相当长时间保留下来的对象的指示符。 |
| 5. | The duration of collection cycles in a copying collector is driven by the number of live objects 复制收集器的收集周期时间是由活跃对象的数量决定的。 |
| 6. | Then , marked objects are copied such that all the live objects are compacted at the bottom of the heap 然后,复制标记的对象,使所有活跃对象被整理到堆的底部。 |
| 7. | You might not have known this , but a lot of non - living objects are either male or female 是否想知道复印机的性别?不用再苦恼了,所有关于性别问题的答案都在这里。 |
| 8. | Copying collectors have another benefit , which is that the set of live objects are compacted into the bottom of the heap 复制收集器有另一个好处,活跃对象集会被整理到堆的底部。 |
| 9. | Like mark - sweep , mark - compact is a two - phase process , where each live object is visited and marked in the marking phase 与标记-清除类似,标记-整理是两阶段过程,在标记阶段访问并标记每个活跃对象。 |
| 10. | The various garbage collection strategies perform very differently depending on the mix of short - lived and long - lived objects 根据短寿对象和长寿对象的混合比例,不同垃圾收集策略的性能会有非常大的差别。 |